home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.lha / GAPLib / genomes / README.GENOMES < prev    next >
Encoding:
Text File  |  1999-05-22  |  479 b   |  18 lines

  1.  
  2. This directory contains some example genomes for GAP-Lib.
  3.  
  4. BitMatrix:
  5.     A matrix, the entries of which are either 1 or 0.
  6.  
  7. RealMatrix:
  8.     A matrix of real numbers.
  9.  
  10. BoundedRealVector:
  11.     A vector of real numbers constrained to specified intervals.
  12.  
  13. (Note: Since computers have limited presicion, there are no actual real
  14. numbers involved. It is actually a subset of the rational numbers.
  15. If you did not understand this note you do not have to worry about it.)
  16.  
  17.    -Peter (22/5-1999)
  18.